home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / te150a.zip / INS_SYNC.DOC < prev    next >
Text File  |  1996-10-11  |  4KB  |  69 lines

  1.   ┌───────────────────────────────────────────────────────────────────────┐
  2.   │ ░░░░░ │       Setting up TurboEDIT with Synchronet BBS        │ ░░░░░ │
  3.   └───────────────────────────────────────────────────────────────────────┘
  4.  
  5.    This  is just  meant to be  an  example  of how to  successfully  setup
  6.    TurboEDIT -- It may or may not be the best way, but it DOES work.
  7.  
  8.    Thanks to Chris Chastain (1:3636/16) for providing his Synchronet Setup
  9.    for TurboEDIT.
  10.  
  11.    Here's the information Chris sent us:
  12.  
  13.    Install the TurboEDIT files in a directory  of your choice,  Chris used
  14.    C:\SBBS\EXEC\TURBOED, so this is the directory  we'll be using for  our
  15.    examples.  If you change it, adjust your setup accordingly.
  16.  
  17.    Next, run TESETUP.EXE and configure TurboEDIT to your preferences.
  18.  
  19.    The TE.BAT that is included in the archive is not required for use with
  20.    Synchronet.  It may be deleted.
  21.  
  22.    In Synchronet Config under External Programs | External Editors, insert
  23.    a new item.  Chris used "TURBOED", so that's the name we'll be using.
  24.  
  25.    ╔════════════════════════════════════════════════════════════════════╗
  26.    ║                          TurboEDIT Editor                          ║
  27.    ╠════════════════════════════════════════════════════════════════════╣
  28.    ║ │Name                            TurboEDIT                         ║
  29.    ║ │Internal Code                   TURBOED                           ║
  30.    ║ │Local Command Line              %!turboed\tedit -P%N -N%#         ║
  31.    ║ │Remote Command Line             %!turboed\tedit -P%N -N%#         ║
  32.    ║ │Access Requirements             LEVEL 30                          ║
  33.    ║ │Intercept I/O Interrupts        No                                ║
  34.    ║ │QuickBBS Style (MSGTMP)         Yes                               ║
  35.    ║ │Expand Line Feeds to CRLF       No                                ║
  36.    ║ │BBS Drop File Type              RBBS/QuickBBS   DORINFO#.DEF      ║
  37.    ╚════════════════════════════════════════════════════════════════════╝
  38.  
  39.    The %! simply  expands to  your exec directory (in Chris' case,  it was
  40.    C:\SBBS\EXEC\TURBOED\).  MAKE SURE that you specify YOUR OWN path if it
  41.    differs from the one he used.
  42.  
  43.    The -P is TurboEDIT's  path parameter  and the %N expands  to your NODE
  44.    directories (in Chris' case C:\SBBS\NODE1 or C:\SBBS\NODE).
  45.  
  46.    The -N%#  specifies  which  node  the user is on,  and is  included for
  47.    saftey and to demonstrate the use of TurboEDIT's -N node number  param-
  48.    eter in conjunction with Synchronet's node number variable.
  49.  
  50.    Also, you might want to  play with the -S parameter if you run a multi-
  51.    tasker.  -S### (where the ### is 100ths of a  second) detemines  when a
  52.    time slice is released. Default is 1 second (100/100ths).
  53.  
  54.    If you experience problems with TurboEDIT not being able to locate  its
  55.    configuration file, you should set the TEDIT environment variable. This
  56.    can be done by adding the following line to your AUTOEXEC.BAT:
  57.  
  58.    SET TEDIT=C:\SBBS\EXEC\TURBOED
  59.              ^^^^^^^^^^^^^^^^^^^^ (change this to the path to TurboEDIT).
  60.  
  61.    Last but not least, put TEDIT in your GLOBAL SWAP LIST if you lack  the
  62.    memory to run it  without  swaping the  BBS out.  Chris says he  didn't
  63.    need to swap, and that  TurboEDIT loads  faster without swapping.  When
  64.    upading the GLOBAL SWAP LIST, just put in TEDIT, NOT TEDIT.EXE.
  65.  
  66.   ┌───────────────────────────────────────────────────────────────────────┐
  67.   │ ░░░░░ │                End of Synchronet Setup                │ ░░░░░ │
  68.   └───────────────────────────────────────────────────────────────────────┘
  69.